home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_plotutils.idb / usr / freeware / share / tek2plot / README.z / README
Text File  |  2002-01-08  |  1KB  |  32 lines

  1. This directory includes a few files in Tektronix format.  You may use them
  2. to test the `tek2plot' utility, which translates Tektronix files to other
  3. formats, or displays them on an X Window System display.  Another source of
  4. Tektronix files is the SKYMAP astronomical display program (see
  5. http://tdc-www.harvard.edu/software/skymap ).
  6.  
  7. In this directory, the file ocpred.tek contains a chart showing an
  8. astronomical event of 1986, prepared in 1985 at the Harvard-Smithsonian
  9. Center for Astrophysics.  You may do:
  10.  
  11.     tek2plot -Tps --font-name HersheyGothicEnglish ocpred.tek > ocpred.ps
  12.  
  13. to translate it to Postscript.  The text will be rendered in
  14. HersheyGothicEnglish, which is an Old English font.
  15.  
  16. HersheyGothicEnglish is not a fixed-width font, unlike the original
  17. Tektronix font.  But if you add the `--position-chars' option on the
  18. command line, each character will be positioned individually, so as to
  19. match the position of the corresponding character in the original font.
  20.  
  21. Similarly, you may do:
  22.  
  23.     tek2plot -Tps usmap.tek > usmap.ps
  24.  
  25. to prepare a Postscript version of the USA map.
  26.  
  27. You would use the `-T X' option, instead of `-T ps', to display the
  28. specified Tektronix file in a popped-up X window.  
  29.  
  30. To get a list of additional output formats that are supported by
  31. `tek2plot', type `tek2plot --help'.
  32.